home *** CD-ROM | disk | FTP | other *** search
- Path: nyx10.cs.du.edu!not-for-mail
- From: cmeador@nyx10.cs.du.edu (Chris Meador)
- Newsgroups: comp.lang.c++
- Subject: Re: What has C++ got?
- Date: 1 Jan 1996 13:39:23 -0700
- Organization: University of Denver, Dept. of Math & Comp. Sci.
- Message-ID: <4c9gpr$529@nyx10.cs.du.edu>
- References: <4bfdkd$qha@insosf1.netins.net> <tran0119.819779463@gold.tc.umn.edu> <4bsb4g$ai8@news1.sunbelt.net>
- NNTP-Posting-Host: nyx10.cs.du.edu
-
- I just jumped into C++, but let's see here. Things that C++ can do that
- C can't (easily, perhaps not at all):
-
- 1) variable declarations wherever you want
- 2) const and volatile
- 3) reference variables
- 4) inline functions
- 5) function overloading
- 6) default arguments to functions
- 7) stream I/O
-
- The big one) OOP (classes, members, inheritance - the fun stuff)
-
-
-
- --
- cmeador@nyx10.cs.du.edu
- of Sector Plexus Programming
-